[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
	worktree = ../../../../../contracts/lib/openzeppelin-contracts
[remote "origin"]
	url = https://github.com/openzeppelin/openzeppelin-contracts
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "lib/erc4626-tests"]
	active = true
	url = https://github.com/a16z/erc4626-tests.git
[submodule "lib/forge-std"]
	active = true
	url = https://github.com/foundry-rs/forge-std
